IGroup.Halt method

Commands a controlled motion stop. The axis is in the Discrete Motion state until the velocity is zero. With the Done field of IKsCommand is set to true, the state is changed to Standstill.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IHaltCommand Halt(
       double deceleration,
       double jerk,
       McBufferMode bufferMode
)
Function Halt(
       deceleration As Double,
       jerk As Double,
       bufferMode As McBufferMode
)As IHaltCommand

Parameters

deceleration

Type: double

The value of the deceleration. The unit is determined by McProfileType. [unit/second2] or [second]

 

jerk

Type: double

The value of the jerk. The unit is determined by McProfileType. [unit/second3] or [second]

 

bufferMode

Type: McBufferMode

Defines how to blend the velocity of two methods.

Return value

Type: IHaltCommand

Returns a state of a halt.

Remarks

See also

IGroup Interface

IntervalZero.KINGSTAR.Base.Class Namespace